﻿@charset "utf-8";

/*reset*/


/* CSS reset for c_b */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
    padding: 5px;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

ception,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

a {
    color: #666;
    text-decoration: none;
}


/*for ie f6n.net*/

a:focus {
    outline: none;
}


/*for ff f6n.net*/

a:hover {
    text-decoration: underline;
}

.ym {
    padding-top: 30px;
    padding-bottom: 10px;
    overflow: hidden;
    display: table;
    margin: auto;
}

.ym a {
    float: left;
    border: solid 1px #e3e3e3;
    padding: 5px 10px 5px 10px;
    color: #545454;
    margin-right: 5px;
    margin-bottom: 5px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.ym a:hover {
    background: #5c5c5c;
    color: #FFF;
    border: solid 1px #5c5c5c;
}

a.page-num-current {
    background: #4F85FE;
    color: #FFF;
    border: solid 1px #4F85FE;
}

.ym span {
    display: block;
    float: left;
    margin-top: 14px;
    margin-right: 5px;
}


/*定位*/

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;

/*其他*/

.cur {
    cursor: pointer
}

;

/*原reset*/

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input,
button,
textarea,
select {
    *font-size: 100%;
}

input,
select {
    vertical-align: middle;
}

body {
    font: 12px/1.231 arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea,
button {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
    border-collapse: collapse;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}


/*title*/

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

#roll_top,
#fall,
#ct {
    position: relative;
    cursor: pointer;
    height: 52px;
    width: 52px
}

#roll_top {
    background: url(../images/top.gif) no-repeat
}

#fall {
    background: url(../images/top.gif) no-repeat 0 -80px
}

#ct {
    background: url(../images/top.gif) no-repeat 0 -40px
}

#roll {
    display: block;
    width: 15px;
    margin-right: -558px;
    position: fixed;
    right: 46%;
    top: 80%;
    _margin-right: -558px;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.8));
    z-index: 100;
}


/*end reset*/


/* CSS Document */

body {
    background-color: #fff;
    overflow-x: hidden;
    color: #666;
    font-size: 12px;
    font-family: "微软雅黑";
    position: relative;
}


/*网站字体颜色*/

.header,
.content,
.footer,
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}


/*页眉*/

.header {
    width: 100%;
    overflow: hidden;
}

.header .headerTop {
    overflow: hidden;
    width: 100%;
    height: 35px;
    background-color: #f4f4f4;
}

.header .headerTop p {
    font-size: 12px;
    color: #777777;
    float: left;
    line-height: 35px;
}

.header .headerTop ul {
    overflow: hidden;
    float: right;
    margin-top: 12px;
}

.header .headerTop li {
    float: left;
    padding: 0 12px;
    border-right: 1px solid #cecece;
    font-size: 12px;
}

.header .headerTop .last {
    border: none;
}

.header .headerTop li a {
    color: #777777
}

.header .headerCenter {
    overflow: hidden;
    height: 140px;
}

.header .headerCenter dl {
    overflow: hidden;
    float: left;
    margin-top: 33px;
}

.header .headerCenter dt {
    float: left;
    overflow: hidden;
}

.header .headerCenter dd {
    overflow: hidden;
    float: left;
    margin-top: 14px;
    margin-left: 20px;
    height: 47px;
    border-left: 1px solid #cecece;
    padding-left: 20px;
}

.header .headerCenter h2 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 8px;
}

.header .headerCenter dd p {
    font-size: 16px;
    color: #2454ac;
    font-weight: bold;
    margin-top: 11px;
}

.header .headerCenter .phone {
    overflow: hidden;
    float: right;
    margin-top: 46px;
    background: url(../images/head-phone.png) no-repeat left center;
    padding-left: 54px;
}

.header .headerCenter .phone p {
    font-size: 14px;
    color: #333333;
}

.header .headerCenter .phone span {
    font-size: 26px;
    font-family: arial;
    color: #2454ac;
    font-weight: bold;
    display: block;
}

.headerNav {
    overflow: hidden;
    width: 100%;
    height: 70px;
    background-color: #2454ac;
}

.headerNav ul {
    width: 102%;
}

.headerNav li {
    float: left;
    font-size: 14px;
    border-left: 1px solid #3a65b4;
    height: 70px;
    line-height: 70px;
}

.headerNav li.first {
    border-left: none;
    padding-left: 19px;
}

.headerNav li.last {
    border-right: 1px solid #3a65b4;
}

.headerNav li a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.headerNav li.first a {
    background: url(../images/shouye-icon.png) no-repeat 8px center;
    display: block;
}

.headerNav li:hover,
.headerNav li.cur {
    background: #7bcf36;
}


/*footer

.footer{width: 100%;overflow: hidden;}

.footer .link{width: 100%;height: 80px;background-color: #f7f7f7;}

.footer .link h3{font-size: 14px;font-weight: bold;float: left;width: 70px;height: 80px;line-height: 80px;}

.footer .link h3 a{color: #333333;text-decoration: none;}

.footer .link ul{width: 806px;padding-top: 32px;margin-left: 20px;float: left;}

.footer .link li{float: left;padding-right: 38px;}

.footer .link li a{font-size: 14px;color: #777777;}

.footer .link p{float: right;margin-top: 32px;}

.footer .link p a{font-size: 14px;color: #777777;}

.footer .con{width: 100%;background: url(../images/ft-bg.jpg) repeat; height: 316px;overflow: hidden;}

.footer .logo{float: left;margin-top: 40px;width: 140px;}

.footer .logo h2{width: 140px;height: 44px;margin-bottom: 10px;}

.footer .logo img{display: block;}

.footer .logo p{text-align: center;font-size: 12px;color: #ffffff;margin-top: 11px;}

.footer .Dh,.footer .Dz{margin-top: 40px;float: left;margin-left: 139px;}

.footer .Dh{width: 236px;}

.footer .Dz{width: 320px;}

.footer .Dh h3{background: url(../images/ftDh.png) no-repeat left center;}

.footer .Dz h3{background: url(../images/ftDz.png) no-repeat left center;}

.footer .Dh h3,.footer .Dz h3{height: 52px;line-height: 52px;padding-left: 24px;font-size: 14px;font-weight: bold;color: #FFFFFF;border-bottom: 1px solid #666666;}

.footer .DhCon{width: 100%;overflow: hidden;}

.footer .DhCon .hleft{float: left;}

.footer .DhCon .hright{float: right;}

.footer .DhCon .hleft a,.footer .DhCon .hright a{display: block;margin: 21px 0;font-size: 12px;color: #cecece;}

.footer .DzCon p{font-size: 12px;color: #cecece;margin: 21px 0;}

.footer .DzCon p span{padding-left: 25px;}

.footer .copyRight{height: 70px;width: 100%;background-color: #275cbe;}

.footer .copyRight p{height: 70px;line-height: 70px;font-size: 12px;color: #FFFFFF;float: left;}

.footer .copyRight ul{ overflow:hidden; float:right;margin-top: 29px;}

.footer .copyRight li{ float:left; padding:0 12px; border-right:1px solid #688dd2; font-size:12px;}

.footer .copyRight .last{ border:none;}

.footer .copyRight li a{color:#FFFFFF}*/

.footer {
    width: 100%;
    overflow: hidden;
}

.footer .link {
    width: 100%;
    height: 80px;
    background-color: #f7f7f7;
}

.footer .link h3 {
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 70px;
    height: 80px;
    line-height: 80px;
}

.footer .link h3 a {
    color: #333333;
    text-decoration: none;
}

.footer .link ul {
    width: 806px;
    padding-top: 20px;
    margin-left: 20px;
    float: left;
    line-height: 20px;
}

.footer .link li {
    float: left;
    padding-right: 38px;
    margin-top: 3px;
}

.footer .link li a {
    font-size: 14px;
    color: #777777;
}

.footer .link p {
    float: right;
    margin-top: 34px;
}


/*margin-top: 32px;*/

.footer .link p a {
    font-size: 14px;
    color: #777777;
}

.footer .con {
    width: 100%;
    background: url(../images/ft-bg.jpg) repeat;
    height: 316px;
    overflow: hidden;
}

.footer .logo {
    float: left;
    margin-top: 40px;
    width: 140px;
}

.footer .logo h2 {
    width: 140px;
    height: 44px;
    margin-bottom: 10px;
}

.footer .logo img {
    display: block;
}

.footer .logo p {
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    margin-top: 11px;
}

.footer .Dh,
.footer .Dz {
    margin-top: 40px;
    float: left;
    margin-left: 139px;
}

.footer .Dh {
    width: 236px;
}

.footer .Dz {
    width: 320px;
    float: right;
}


/*修改*/

.footer .Dh h3 {
    background: url(../images/ftDh.png) no-repeat left center;
}

.footer .Dz h3 {
    background: url(../images/ftDz.png) no-repeat left center;
}

.footer .Dh h3,
.footer .Dz h3 {
    height: 52px;
    line-height: 52px;
    padding-left: 24px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    border-bottom: 1px solid #666666;
}

.footer .DhCon {
    width: 100%;
    overflow: hidden;
}

.footer .DhCon .hleft {
    float: left;
}

.footer .DhCon .hright {
    float: right;
}

.footer .DhCon .hleft a,
.footer .DhCon .hright a {
    display: block;
    margin: 21px 0;
    font-size: 12px;
    color: #cecece;
}

.footer .DzCon p {
    font-size: 12px;
    color: #cecece;
    margin: 21px 0;
}

.footer .DzCon p span {
    padding-left: 32px;
}

.footer .copyRight {
    height: 70px;
    width: 100%;
    background-color: #275cbe;
}

.footer .copyRight p {
    height: 70px;
    line-height: 70px;
    font-size: 12px;
    color: #FFFFFF;
    float: left;
}

.footer .copyRight ul {
    overflow: hidden;
    float: right;
    margin-top: 29px;
}

.footer .copyRight li {
    float: left;
    padding: 0 12px;
    border-right: 1px solid #688dd2;
    font-size: 12px;
}

.footer .copyRight .last {
    border: none;
    padding-right: 0;
}


/*padding-right: 0; 添加修改*/

.footer .copyRight li a {
    color: #FFFFFF
}


/*--顶部链接导航*/

.retop ul {
    overflow: hidden;
}

.retop li {
    float: left;
    margin-left: 10px;
}

.retop li img {
    display: block;
}

.rtTop {
    width: 43px;
    height: 43px;
    overflow: hidden;
    position: fixed;
    top: 85%;
    right: 51%;
    margin-right: -675px;
    cursor: pointer;
    display: none;
}

.rtTop h4 {
    width: 43px;
    height: 43px;
    overflow: hidden;
    position: relative;
}

.rtTop img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}


/* -- 弹出窗口 -- */

#mesbook1_c,
#mesbook1 {
    display: none;
    z-index: 1001;
    width: 398px;
    border: 1px solid #ccc;
    background: #fff;
    padding-bottom: 20px;
}

#mesbook1_c div,
#mesbook1 div {
    border: 1px solid #E4E3E3;
    background: #EBECEB;
    height: 18px;
    padding: 4px .5em 0;
    margin-bottom: 10px;
}

#mesbook1_c dl.b1,
#mesbook1 dl.b1 {
    width: 370px;
    margin: 0 auto;
}

#mesbook1_c dl.b1 dt,
#mesbook1 dl.b1 dt {
    float: left;
    width: 105px;
    overflow: hidden;
}

#mesbook1_c dl.b1 dd,
#mesbook1 dl.b1 dd {
    width: 265px;
    float: right;
}

#mesbook1_c #mesbook1_cBtns,
#mesbook1 #mesbook1Btns {
    padding-bottom: 10px;
}

#mesbook1_c #mesbook1_cBtns input,
#mesbook1 #mesbook1Btns input {
    margin-right: 20px;
}


/*处理中动画占全屏*/

#oran_div_processing {
    width: 300px;
    padding: 20px;
    z-index: 9999;
    text-align: center;
    background: #fffeef;
    border: solid 1px #b8ab04;
}


/*留言提示样式*/

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #FFFFFF;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #FFFFFF;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #FFFFFF;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #FFFFFF;
}


/*禁止右键

body{

   -moz-user-select: none; 

   -webkit-user-select: none;  

   -ms-user-select: none;   

   -khtml-user-select: none; 

   user-select: none;

}*/